func net.setKeepAlive
4 uses
net (current package)
dial.go#L435: setKeepAlive(tc.fd, true)
sockopt_posix.go#L116: func setKeepAlive(fd *netFD, keepalive bool) error {
tcpsock.go#L189: if err := setKeepAlive(c.fd, keepalive); err != nil {
tcpsock_posix.go#L145: setKeepAlive(fd, true)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)